Skip to content

chore: normalize line endings to LF via .gitattributes#51

Merged
windischb merged 1 commit into
developfrom
chore/normalize-line-endings
Jun 1, 2026
Merged

chore: normalize line endings to LF via .gitattributes#51
windischb merged 1 commit into
developfrom
chore/normalize-line-endings

Conversation

@windischb

Copy link
Copy Markdown
Contributor

What

Adds a .gitattributes and renormalizes the whole repo to LF line endings.

  • * text=auto eol=lf (Windows-only scripts .cmd/.bat stay CRLF; binaries untouched)
  • git add --renormalize .337 files converted CRLF → LF

Why

The repo had no .gitattributes and core.autocrlf unset, so line endings had drifted into a mixed CRLF/LF state across the tree. This is a clean, isolated, mechanical-only normalization (no content changes) — done now because the upcoming v6.0.0 major is the natural window for it.

Review note

This is a large but purely mechanical diff (line endings only). Merge this first; the v6.0.0 feature branch (Marten backend + .NET 9/10 retarget) will be rebased on top so its diff stays clean and reviewable.

🤖 Generated with Claude Code

The repo had no .gitattributes and core.autocrlf was unset, so line endings drifted to a CRLF/LF mix. Add '* text=auto eol=lf' (Windows scripts stay CRLF, binaries untouched) and renormalize all tracked text files to LF. Mechanical only, no content changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@windischb windischb merged commit 4bc9a88 into develop Jun 1, 2026
4 checks passed
@windischb windischb deleted the chore/normalize-line-endings branch June 1, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant